home *** CD-ROM | disk | FTP | other *** search
- Path: news.epix.net!usenet
- From: hphilips@epix.net (Harry Philips)
- Newsgroups: comp.lang.c++
- Subject: Re: portable string library
- Date: 29 Jan 1996 03:04:40 GMT
- Organization: epix.net
- Message-ID: <4ehdg8$1kn@guava.epix.net>
- References: <4e743n$3m@galaxy.ucr.edu>
- NNTP-Posting-Host: cpbgppp67.epix.net
- X-Newsreader: WinVN 0.92.2
-
- In article <4e743n$3m@galaxy.ucr.edu>, ychiu@cs.ucr.edu (Yuan-Chi Chiu) says:
- >
- >Hello all:
- >
- > I'm looking for a string library that is portable to at least between
- >Unix and MicrosoftWindows.
-
- This may or may not be useful, but there's a book, "C++ Components and
- Algorithms" by Scott Robert Ladd, M&T Books, 1992, ISBN 1-55851-227-6.
- As you can see by the publication date, this book is getting long of tooth
- but I think you can still find it. Chapter 3 is a string class including
- the C++ source code.
-
- This suggestion probably constitutes a secondary information source for
- you, but it could probably get you started fairly quickly if you are
- unsuccessful in finding a library elsewhere, and with the source, you can
- modify the class to suit your needs.
-
- Hope it helps.
-
- Cheers,
-
- Harry
-
-